home *** CD-ROM | disk | FTP | other *** search
- Path: prodigy.com!usenet
- From: FBRZ55A@prodigy.com (Paul Emge)
- Newsgroups: comp.lang.c++
- Subject: Errors in constructors
- Date: 21 Mar 1996 17:40:01 GMT
- Organization: Prodigy Services Company 1-800-PRODIGY
- Distribution: world
- Message-ID: <4is49h$k1o@usenetp1.news.prodigy.com>
- NNTP-Posting-Host: innugap2-int.news.prodigy.com
- X-Newsreader: Version 1.2
-
- I am a pretty descent C programmer trying to move to C++ and wanted to
- know since constructors do not return any value, what is the "Best" way
- to determine if any of the instructions in the constructor fails, such as
- memory allocation or I/O.
-
- Please let me know..
-
-